home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / InvisiMail Lite / IM40lite.exe / MailView.exe / 0 / RCDATA / TLOGONSCREEN / TLOGONSCREEN.txt < prev   
Encoding:
Text File  |  2000-05-25  |  4.3 KB  |  209 lines

  1. object LogonScreen: TLogonScreen
  2.   Left = 305
  3.   Top = 147
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 201
  7.   ClientWidth = 385
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ValidUntil: TLabel
  20.     Left = 4
  21.     Top = 188
  22.     Width = 117
  23.     Height = 13
  24.     Caption = 'Valid Until 30/10/97'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     Visible = False
  32.   end
  33.   object Image2: TImage
  34.     Left = 8
  35.     Top = 4
  36.     Width = 369
  37.     Height = 57
  38.     Picture.Data = {<image000.bmp>}
  39.     Stretch = True
  40.   end
  41.   object Version: TLabel
  42.     Left = 8
  43.     Top = 72
  44.     Width = 5
  45.     Height = 13
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     Transparent = True
  53.   end
  54.   object product: TLabel
  55.     Left = 375
  56.     Top = 72
  57.     Width = 5
  58.     Height = 13
  59.     Alignment = taRightJustify
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.     Transparent = True
  67.   end
  68.   object Label3: TLabel
  69.     Left = 360
  70.     Top = 8
  71.     Width = 13
  72.     Height = 10
  73.     Caption = 'TM'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -8
  77.     Font.Name = 'Small Fonts'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     Transparent = True
  81.   end
  82.   object ParLabel: TLabel
  83.     Left = 0
  84.     Top = 64
  85.     Width = 385
  86.     Height = 25
  87.     Alignment = taCenter
  88.     AutoSize = False
  89.     Caption = 'ParLabel'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.     Visible = False
  97.     WordWrap = True
  98.   end
  99.   object Logon: TButton
  100.     Left = 232
  101.     Top = 168
  102.     Width = 51
  103.     Height = 25
  104.     Caption = 'Logon'
  105.     Default = True
  106.     Font.Charset = DEFAULT_CHARSET
  107.     Font.Color = clBlack
  108.     Font.Height = -11
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = [fsBold]
  111.     ParentFont = False
  112.     TabOrder = 0
  113.     OnClick = LogonClick
  114.   end
  115.   object Cancel: TButton
  116.     Left = 304
  117.     Top = 168
  118.     Width = 49
  119.     Height = 25
  120.     Caption = 'Cancel'
  121.     TabOrder = 1
  122.     OnClick = CancelClick
  123.   end
  124.   object GroupBox1: TGroupBox
  125.     Left = 28
  126.     Top = 88
  127.     Width = 321
  128.     Height = 77
  129.     TabOrder = 2
  130.     object Label2: TLabel
  131.       Left = 40
  132.       Top = 52
  133.       Width = 55
  134.       Height = 13
  135.       Caption = 'Password'
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clBlack
  138.       Font.Height = -11
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = [fsBold]
  141.       ParentFont = False
  142.     end
  143.     object Label1: TLabel
  144.       Left = 40
  145.       Top = 24
  146.       Width = 63
  147.       Height = 13
  148.       Caption = 'User Name'
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clBlack
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = [fsBold]
  154.       ParentFont = False
  155.     end
  156.     object Image1: TImage
  157.       Left = 272
  158.       Top = 12
  159.       Width = 33
  160.       Height = 33
  161.       Picture.Data = {<image001.ico>}
  162.     end
  163.     object Userid: TComboBox
  164.       Left = 112
  165.       Top = 16
  166.       Width = 145
  167.       Height = 21
  168.       Style = csDropDownList
  169.       ItemHeight = 13
  170.       TabOrder = 0
  171.       OnChange = UseridChange
  172.       OnClick = UseridChange
  173.       OnEnter = UseridChange
  174.     end
  175.     object password: TEdit
  176.       Left = 112
  177.       Top = 44
  178.       Width = 129
  179.       Height = 21
  180.       PasswordChar = '*'
  181.       TabOrder = 1
  182.       OnChange = UseridChange
  183.     end
  184.   end
  185.   object AutoStartUp: TCheckBox
  186.     Left = 28
  187.     Top = 168
  188.     Width = 169
  189.     Height = 17
  190.     Caption = 'Logon at System start up'
  191.     Font.Charset = DEFAULT_CHARSET
  192.     Font.Color = clBlack
  193.     Font.Height = -11
  194.     Font.Name = 'MS Sans Serif'
  195.     Font.Style = [fsBold]
  196.     ParentFont = False
  197.     State = cbChecked
  198.     TabOrder = 3
  199.     OnClick = AutoStartUpClick
  200.   end
  201.   object Timeout: TTimer
  202.     Enabled = False
  203.     Interval = 60000
  204.     OnTimer = CancelClick
  205.     Left = 8
  206.     Top = 96
  207.   end
  208. end
  209.